func runtime.bucketEvacuated

2 uses

	runtime (current package)
		map.go#L1242: func bucketEvacuated(t *maptype, h *hmap, bucket uintptr) bool {
		map.go#L1377: 	for h.nevacuate != stop && bucketEvacuated(t, h, h.nevacuate) {